home *** CD-ROM | disk | FTP | other *** search
/ ASP Advantage 1994 2nd Q2 / The Association of Shareware Professionals - The Official ASP Advantage (2nd Quarter)(1994).bin / files / utilstem / boot202 / samples / readme.fr < prev    next >
Encoding:
Text File  |  1994-01-06  |  794 b   |  28 lines

  1. Notes for CONFIG.FR and AUTOEXEC.FR
  2.  
  3. This CONFIG.SYS / AUTOEXEC.BAT pair runs both on the user's work system and
  4. home system, and he used to have a main menu
  5.  
  6.             Where are you now?
  7.                I'm at &Home
  8.                I'm at &Work
  9.  
  10. with a submenu for each computer. Now he's letting BOOT.SYS tell the
  11. difference:
  12.  
  13.           DEVICE=C:\BOOT\BOOT.SYS  /D1  /N+ /T6 /U~ /P
  14.           DEVICE=BOOT.IF EXIST C:\HOME.DSK
  15.             DEVICE=BOOT.A
  16.             DEVICE=BOOT.TOP  ~Home machine
  17.             rem Home menu here...
  18.           DEVICE=BOOT.Z
  19.  
  20.           DEVICE=BOOT.ELSE
  21.             DEVICE=BOOT.A
  22.             DEVICE=BOOT.TOP  ~Work machine
  23.             rem Work menu here...
  24.             DEVICE=BOOT.Z
  25.           DEVICE=BOOT.ENDIF
  26.           DEVICE=BOOT.END
  27.  
  28.